home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / prolog / brklyprl.lha / Emulator / Makefile.sun < prev    next >
Encoding:
Makefile  |  1989-04-14  |  55.9 KB  |  1,714 lines

  1. .SUFFIXES: .o .c
  2. CC = CC
  3. CFLAGS = -g -DDEBUG -DWITH_GC -DWITH_VIRTUAL_BACK -DM32
  4. NOVCFLAGS = -g -DDEBUG -DWITH_GC -DM32
  5. LD = ld
  6. LDFLAGS = -r
  7.  
  8. OBJS = hash_table.o memory.o basics.o control.o inst_args.o scan.o built_ins.o get_put_unify.o inst_table.o string_table.o main.o assembler.o top_level.o compile.o arg_types.o mark_copy.o mark_compact.o fast_copy.o fast.o
  9. NOVOBJS = hash_table.o memory.o basics.o control.o inst_args.o scan.o built_ins.o get_put_unify.o inst_table.o string_table.o main.o assembler.o top_level.o compile.o arg_types.o nov_mark_copy.o nov_mark_compact.o nov_fast_copy.o fast.o
  10. HEADFILES = instructions.h built_ins.h commands.h
  11. pas: $(OBJS) $(HEADFILES)
  12.     $(CC) $(CFLAGS) -o pas $(OBJS) -lm
  13.  
  14. novpas: $(OBJS) $(HEADFILES)
  15.     make nov_mark_copy.o
  16.     make nov_mark_compact.o
  17.     make nov_fast_copy.o
  18.     $(CC) $(NOVCFLAGS) -o novpas $(NOVOBJS) -lm
  19.  
  20. nov_mark_copy.o: mark_copy.o mark_copy.c mark_copy.h
  21.     cp mark_copy.c nov_mark_copy.c
  22.     $(CC) -c $(NOVCFLAGS) nov_mark_copy.c
  23.  
  24. nov_mark_compact.o: mark_compact.o mark_compact.c mark_copy.h
  25.     cp mark_compact.c nov_mark_compact.c
  26.     $(CC) -c $(NOVCFLAGS) nov_mark_compact.c
  27.  
  28. nov_fast_copy.o: fast_copy.o fast_copy.c mark_copy.h
  29.     cp fast_copy.c nov_fast_copy.c
  30.     $(CC) -c $(NOVCFLAGS) nov_fast_copy.c
  31.  
  32. .c.o: 
  33.     $(CC) -c $(CFLAGS) $<
  34.  
  35. instructions.h:
  36.     cd Instructions
  37.     make_skels
  38.     cd ..
  39. built_ins.h:
  40.     cd BuiltIns
  41.     make_skels
  42.     cd ..
  43. commands.h:
  44.     cd Commands
  45.     make_skels
  46.     cd ..
  47. a.o: a.c
  48. a.o: /usr/include/sys/types.h
  49. a.o: /usr/include/sys/wait.h
  50. a.o: /usr/include/machine/machparam.h
  51. a.o: /usr/include/sys/time.h
  52. a.o: /usr/include/time.h
  53. a.o: /usr/include/sys/resource.h
  54. amem.o: amem.c
  55. amem.o: /usr/include/stdio.h
  56. amem.o: /usr/include/sys/types.h
  57. amem.o: /usr/include/sys/time.h
  58. amem.o: /usr/include/time.h
  59. amem.o: /usr/include/sys/resource.h
  60. arg_types.o: arg_types.c
  61. arg_types.o: ./hash_table.h
  62. arg_types.o: ./string_table.h
  63. arg_types.o: ./scan.h
  64. arg_types.o: ./tags.h
  65. arg_types.o: ./instr.h
  66. arg_types.o: ./memory.h
  67. arg_types.o: ./memory_sizes.h
  68. arg_types.o: ./inst_args.h
  69. arg_types.o: ./built_ins.h
  70. arg_types.o: ./BuiltIns/is2.h
  71. arg_types.o: ./BuiltIns/is4.h
  72. arg_types.o: ./BuiltIns/write.h
  73. arg_types.o: ./BuiltIns/nl.h
  74. arg_types.o: ./BuiltIns/var.h
  75. arg_types.o: ./BuiltIns/integer.h
  76. arg_types.o: ./BuiltIns/number.h
  77. arg_types.o: ./BuiltIns/gtvar.h
  78. arg_types.o: ./BuiltIns/ltvar.h
  79. arg_types.o: ./BuiltIns/gt.h
  80. arg_types.o: ./BuiltIns/ge.h
  81. arg_types.o: ./BuiltIns/lt.h
  82. arg_types.o: ./BuiltIns/le.h
  83. arg_types.o: ./BuiltIns/neqarithm.h
  84. arg_types.o: ./BuiltIns/neq.h
  85. arg_types.o: ./BuiltIns/nsame.h
  86. arg_types.o: ./BuiltIns/same.h
  87. arg_types.o: ./BuiltIns/univ.h
  88. arg_types.o: ./BuiltIns/name.h
  89. arg_types.o: ./BuiltIns/tell.h
  90. arg_types.o: ./BuiltIns/told.h
  91. arg_types.o: ./BuiltIns/read.h
  92. arg_types.o: ./BuiltIns/length.h
  93. arg_types.o: ./BuiltIns/statistics.h
  94. arg_types.o: ./BuiltIns/atom.h
  95. arg_types.o: ./BuiltIns/functor.h
  96. arg_types.o: ./BuiltIns/arg.h
  97. arg_types.o: ./BuiltIns/assert.h
  98. arg_types.o: ./BuiltIns/retract.h
  99. arg_types.o: ./BuiltIns/metacall.h
  100. arg_types.o: ./BuiltIns/set.h
  101. arg_types.o: ./BuiltIns/access.h
  102. arg_types.o: ./BuiltIns/success.h
  103. arg_types.o: ./BuiltIns/failure.h
  104. arg_types.o: ./BuiltIns/put.h
  105. arg_types.o: ./BuiltIns/writeq.h
  106. arg_types.o: ./list_inst_args.h
  107. arg_types.o: ./top_level.h
  108. arg_types.o: ./commands.h
  109. arg_types.o: ./Commands/xreg.h
  110. arg_types.o: ./Commands/yreg.h
  111. arg_types.o: ./Commands/step.h
  112. arg_types.o: ./Commands/next.h
  113. arg_types.o: ./Commands/run.h
  114. arg_types.o: ./Commands/trace.h
  115. arg_types.o: ./Commands/list.h
  116. arg_types.o: ./Commands/load.h
  117. arg_types.o: ./Commands/help.h
  118. arg_types.o: ./Commands/reg.h
  119. arg_types.o: ./Commands/reset.h
  120. arg_types.o: ./Commands/stop.h
  121. arg_types.o: ./Commands/cont.h
  122. arg_types.o: ./Commands/print.h
  123. arg_types.o: ./Commands/compile.h
  124. arg_types.o: ./Commands/status.h
  125. arg_types.o: ./Commands/breadth.h
  126. arg_types.o: ./Commands/depth.h
  127. arg_types.o: ./Commands/mem.h
  128. arg_types.o: ./Commands/env.h
  129. arg_types.o: ./Commands/cp.h
  130. arg_types.o: ./Commands/profile.h
  131. arg_types.o: ./Commands/argtypes.h
  132. arg_types.o: ./Commands/listproc.h
  133. arg_types.o: ./Commands/database.h
  134. arg_types.o: ./Commands/heap.h
  135. arg_types.o: ./Commands/table.h
  136. arg_types.o: ./Commands/heapusage.h
  137. arg_types.o: ./Commands/window.h
  138. arg_types.o: ./Commands/gc_data.h
  139. arg_types.o: ./Commands/echo.h
  140. arg_types.o: ./Commands/fast.h
  141. arg_types.o: ./Commands/strings.h
  142. arg_types.o: ./Commands/gc.h
  143. arg_types.o: ./Commands/gc_verbose.h
  144. arg_types.o: ./commands.h
  145. arg_types.o: ./Commands/xreg.h
  146. arg_types.o: ./Commands/yreg.h
  147. arg_types.o: ./Commands/step.h
  148. arg_types.o: ./Commands/next.h
  149. arg_types.o: ./Commands/run.h
  150. arg_types.o: ./Commands/trace.h
  151. arg_types.o: ./Commands/list.h
  152. arg_types.o: ./Commands/load.h
  153. arg_types.o: ./Commands/help.h
  154. arg_types.o: ./Commands/reg.h
  155. arg_types.o: ./Commands/reset.h
  156. arg_types.o: ./Commands/stop.h
  157. arg_types.o: ./Commands/cont.h
  158. arg_types.o: ./Commands/print.h
  159. arg_types.o: ./Commands/compile.h
  160. arg_types.o: ./Commands/status.h
  161. arg_types.o: ./Commands/breadth.h
  162. arg_types.o: ./Commands/depth.h
  163. arg_types.o: ./Commands/mem.h
  164. arg_types.o: ./Commands/env.h
  165. arg_types.o: ./Commands/cp.h
  166. arg_types.o: ./Commands/profile.h
  167. arg_types.o: ./Commands/argtypes.h
  168. arg_types.o: ./Commands/listproc.h
  169. arg_types.o: ./Commands/database.h
  170. arg_types.o: ./Commands/heap.h
  171. arg_types.o: ./Commands/table.h
  172. arg_types.o: ./Commands/heapusage.h
  173. arg_types.o: ./Commands/window.h
  174. arg_types.o: ./Commands/gc_data.h
  175. arg_types.o: ./Commands/echo.h
  176. arg_types.o: ./Commands/fast.h
  177. arg_types.o: ./Commands/strings.h
  178. arg_types.o: ./Commands/gc.h
  179. arg_types.o: ./Commands/gc_verbose.h
  180. arg_types.o: ./arg_types.h
  181. arg_types.o: ./basics.h
  182. assembler.o: assembler.c
  183. assembler.o: ./hash_table.h
  184. assembler.o: ./string_table.h
  185. assembler.o: ./scan.h
  186. assembler.o: ./tags.h
  187. assembler.o: ./instr.h
  188. assembler.o: ./inst_args.h
  189. assembler.o: ./built_ins.h
  190. assembler.o: ./BuiltIns/is2.h
  191. assembler.o: ./BuiltIns/is4.h
  192. assembler.o: ./BuiltIns/write.h
  193. assembler.o: ./BuiltIns/nl.h
  194. assembler.o: ./BuiltIns/var.h
  195. assembler.o: ./BuiltIns/integer.h
  196. assembler.o: ./BuiltIns/number.h
  197. assembler.o: ./BuiltIns/gtvar.h
  198. assembler.o: ./BuiltIns/ltvar.h
  199. assembler.o: ./BuiltIns/gt.h
  200. assembler.o: ./BuiltIns/ge.h
  201. assembler.o: ./BuiltIns/lt.h
  202. assembler.o: ./BuiltIns/le.h
  203. assembler.o: ./BuiltIns/neqarithm.h
  204. assembler.o: ./BuiltIns/neq.h
  205. assembler.o: ./BuiltIns/nsame.h
  206. assembler.o: ./BuiltIns/same.h
  207. assembler.o: ./BuiltIns/univ.h
  208. assembler.o: ./BuiltIns/name.h
  209. assembler.o: ./BuiltIns/tell.h
  210. assembler.o: ./BuiltIns/told.h
  211. assembler.o: ./BuiltIns/read.h
  212. assembler.o: ./BuiltIns/length.h
  213. assembler.o: ./BuiltIns/statistics.h
  214. assembler.o: ./BuiltIns/atom.h
  215. assembler.o: ./BuiltIns/functor.h
  216. assembler.o: ./BuiltIns/arg.h
  217. assembler.o: ./BuiltIns/assert.h
  218. assembler.o: ./BuiltIns/retract.h
  219. assembler.o: ./BuiltIns/metacall.h
  220. assembler.o: ./BuiltIns/set.h
  221. assembler.o: ./BuiltIns/access.h
  222. assembler.o: ./BuiltIns/success.h
  223. assembler.o: ./BuiltIns/failure.h
  224. assembler.o: ./BuiltIns/put.h
  225. assembler.o: ./BuiltIns/writeq.h
  226. assembler.o: ./list_inst_args.h
  227. assembler.o: ./inst_table.h
  228. assembler.o: ./instructions.h
  229. assembler.o: ./Instructions/switch_on_term.h
  230. assembler.o: ./Instructions/switch_on_constant.h
  231. assembler.o: ./Instructions/switch_on_structure.h
  232. assembler.o: ./Instructions/try.h
  233. assembler.o: ./Instructions/retry.h
  234. assembler.o: ./Instructions/trust.h
  235. assembler.o: ./Instructions/try_me_else.h
  236. assembler.o: ./Instructions/retry_me_else.h
  237. assembler.o: ./Instructions/trust_me_else.h
  238. assembler.o: ./Instructions/fail.h
  239. assembler.o: ./Instructions/cut.h
  240. assembler.o: ./Instructions/proceed.h
  241. assembler.o: ./Instructions/execute_proc.h
  242. assembler.o: ./Instructions/execute_label.h
  243. assembler.o: ./Instructions/call.h
  244. assembler.o: ./Instructions/escape.h
  245. assembler.o: ./Instructions/init.h
  246. assembler.o: ./Instructions/get_variable_x.h
  247. assembler.o: ./Instructions/get_variable_y.h
  248. assembler.o: ./Instructions/get_value_x.h
  249. assembler.o: ./Instructions/get_value_y.h
  250. assembler.o: ./Instructions/get_constant.h
  251. assembler.o: ./Instructions/get_nil.h
  252. assembler.o: ./Instructions/get_structure.h
  253. assembler.o: ./Instructions/get_list.h
  254. assembler.o: ./Instructions/get_cdr_list.h
  255. assembler.o: ./Instructions/get_cdr_list_write.h
  256. assembler.o: ./Instructions/put_variable_x.h
  257. assembler.o: ./Instructions/put_variable_y.h
  258. assembler.o: ./Instructions/put_value_x.h
  259. assembler.o: ./Instructions/put_value_y.h
  260. assembler.o: ./Instructions/put_unsafe_value.h
  261. assembler.o: ./Instructions/put_constant.h
  262. assembler.o: ./Instructions/put_nil.h
  263. assembler.o: ./Instructions/put_structure.h
  264. assembler.o: ./Instructions/put_list.h
  265. assembler.o: ./Instructions/unify_void.h
  266. assembler.o: ./Instructions/unify_void_write.h
  267. assembler.o: ./Instructions/unify_value_x.h
  268. assembler.o: ./Instructions/unify_value_y.h
  269. assembler.o: ./Instructions/unify_value_write_x.h
  270. assembler.o: ./Instructions/unify_value_write_y.h
  271. assembler.o: ./Instructions/unify_variable_x.h
  272. assembler.o: ./Instructions/unify_variable_y.h
  273. assembler.o: ./Instructions/unify_variable_write_x.h
  274. assembler.o: ./Instructions/unify_variable_write_y.h
  275. assembler.o: ./Instructions/unify_unsafe_value.h
  276. assembler.o: ./Instructions/unify_unsafe_value_write.h
  277. assembler.o: ./Instructions/unify_constant.h
  278. assembler.o: ./Instructions/unify_constant_write.h
  279. assembler.o: ./Instructions/unify_nil.h
  280. assembler.o: ./Instructions/unify_nil_write.h
  281. assembler.o: ./Instructions/halt.h
  282. assembler.o: ./instructions.h
  283. assembler.o: ./Instructions/switch_on_term.h
  284. assembler.o: ./Instructions/switch_on_constant.h
  285. assembler.o: ./Instructions/switch_on_structure.h
  286. assembler.o: ./Instructions/try.h
  287. assembler.o: ./Instructions/retry.h
  288. assembler.o: ./Instructions/trust.h
  289. assembler.o: ./Instructions/try_me_else.h
  290. assembler.o: ./Instructions/retry_me_else.h
  291. assembler.o: ./Instructions/trust_me_else.h
  292. assembler.o: ./Instructions/fail.h
  293. assembler.o: ./Instructions/cut.h
  294. assembler.o: ./Instructions/proceed.h
  295. assembler.o: ./Instructions/execute_proc.h
  296. assembler.o: ./Instructions/execute_label.h
  297. assembler.o: ./Instructions/call.h
  298. assembler.o: ./Instructions/escape.h
  299. assembler.o: ./Instructions/init.h
  300. assembler.o: ./Instructions/get_variable_x.h
  301. assembler.o: ./Instructions/get_variable_y.h
  302. assembler.o: ./Instructions/get_value_x.h
  303. assembler.o: ./Instructions/get_value_y.h
  304. assembler.o: ./Instructions/get_constant.h
  305. assembler.o: ./Instructions/get_nil.h
  306. assembler.o: ./Instructions/get_structure.h
  307. assembler.o: ./Instructions/get_list.h
  308. assembler.o: ./Instructions/get_cdr_list.h
  309. assembler.o: ./Instructions/get_cdr_list_write.h
  310. assembler.o: ./Instructions/put_variable_x.h
  311. assembler.o: ./Instructions/put_variable_y.h
  312. assembler.o: ./Instructions/put_value_x.h
  313. assembler.o: ./Instructions/put_value_y.h
  314. assembler.o: ./Instructions/put_unsafe_value.h
  315. assembler.o: ./Instructions/put_constant.h
  316. assembler.o: ./Instructions/put_nil.h
  317. assembler.o: ./Instructions/put_structure.h
  318. assembler.o: ./Instructions/put_list.h
  319. assembler.o: ./Instructions/unify_void.h
  320. assembler.o: ./Instructions/unify_void_write.h
  321. assembler.o: ./Instructions/unify_value_x.h
  322. assembler.o: ./Instructions/unify_value_y.h
  323. assembler.o: ./Instructions/unify_value_write_x.h
  324. assembler.o: ./Instructions/unify_value_write_y.h
  325. assembler.o: ./Instructions/unify_variable_x.h
  326. assembler.o: ./Instructions/unify_variable_y.h
  327. assembler.o: ./Instructions/unify_variable_write_x.h
  328. assembler.o: ./Instructions/unify_variable_write_y.h
  329. assembler.o: ./Instructions/unify_unsafe_value.h
  330. assembler.o: ./Instructions/unify_unsafe_value_write.h
  331. assembler.o: ./Instructions/unify_constant.h
  332. assembler.o: ./Instructions/unify_constant_write.h
  333. assembler.o: ./Instructions/unify_nil.h
  334. assembler.o: ./Instructions/unify_nil_write.h
  335. assembler.o: ./Instructions/halt.h
  336. assembler.o: ./memory.h
  337. assembler.o: ./memory_sizes.h
  338. assembler.o: ./assembler.h
  339. assembler.o: ./main.h
  340. assembler.o: ./basics.h
  341. assembler.o: ./top_level.h
  342. assembler.o: ./commands.h
  343. assembler.o: ./Commands/xreg.h
  344. assembler.o: ./Commands/yreg.h
  345. assembler.o: ./Commands/step.h
  346. assembler.o: ./Commands/next.h
  347. assembler.o: ./Commands/run.h
  348. assembler.o: ./Commands/trace.h
  349. assembler.o: ./Commands/list.h
  350. assembler.o: ./Commands/load.h
  351. assembler.o: ./Commands/help.h
  352. assembler.o: ./Commands/reg.h
  353. assembler.o: ./Commands/reset.h
  354. assembler.o: ./Commands/stop.h
  355. assembler.o: ./Commands/cont.h
  356. assembler.o: ./Commands/print.h
  357. assembler.o: ./Commands/compile.h
  358. assembler.o: ./Commands/status.h
  359. assembler.o: ./Commands/breadth.h
  360. assembler.o: ./Commands/depth.h
  361. assembler.o: ./Commands/mem.h
  362. assembler.o: ./Commands/env.h
  363. assembler.o: ./Commands/cp.h
  364. assembler.o: ./Commands/profile.h
  365. assembler.o: ./Commands/argtypes.h
  366. assembler.o: ./Commands/listproc.h
  367. assembler.o: ./Commands/database.h
  368. assembler.o: ./Commands/heap.h
  369. assembler.o: ./Commands/table.h
  370. assembler.o: ./Commands/heapusage.h
  371. assembler.o: ./Commands/window.h
  372. assembler.o: ./Commands/gc_data.h
  373. assembler.o: ./Commands/echo.h
  374. assembler.o: ./Commands/fast.h
  375. assembler.o: ./Commands/strings.h
  376. assembler.o: ./Commands/gc.h
  377. assembler.o: ./Commands/gc_verbose.h
  378. assembler.o: ./commands.h
  379. assembler.o: ./Commands/xreg.h
  380. assembler.o: ./Commands/yreg.h
  381. assembler.o: ./Commands/step.h
  382. assembler.o: ./Commands/next.h
  383. assembler.o: ./Commands/run.h
  384. assembler.o: ./Commands/trace.h
  385. assembler.o: ./Commands/list.h
  386. assembler.o: ./Commands/load.h
  387. assembler.o: ./Commands/help.h
  388. assembler.o: ./Commands/reg.h
  389. assembler.o: ./Commands/reset.h
  390. assembler.o: ./Commands/stop.h
  391. assembler.o: ./Commands/cont.h
  392. assembler.o: ./Commands/print.h
  393. assembler.o: ./Commands/compile.h
  394. assembler.o: ./Commands/status.h
  395. assembler.o: ./Commands/breadth.h
  396. assembler.o: ./Commands/depth.h
  397. assembler.o: ./Commands/mem.h
  398. assembler.o: ./Commands/env.h
  399. assembler.o: ./Commands/cp.h
  400. assembler.o: ./Commands/profile.h
  401. assembler.o: ./Commands/argtypes.h
  402. assembler.o: ./Commands/listproc.h
  403. assembler.o: ./Commands/database.h
  404. assembler.o: ./Commands/heap.h
  405. assembler.o: ./Commands/table.h
  406. assembler.o: ./Commands/heapusage.h
  407. assembler.o: ./Commands/window.h
  408. assembler.o: ./Commands/gc_data.h
  409. assembler.o: ./Commands/echo.h
  410. assembler.o: ./Commands/fast.h
  411. assembler.o: ./Commands/strings.h
  412. assembler.o: ./Commands/gc.h
  413. assembler.o: ./Commands/gc_verbose.h
  414. b.o: b.c
  415. basics.o: basics.c
  416. basics.o: ./tags.h
  417. basics.o: ./instr.h
  418. basics.o: ./hash_table.h
  419. basics.o: ./string_table.h
  420. basics.o: ./memory.h
  421. basics.o: ./memory_sizes.h
  422. basics.o: ./basics.h
  423. basics.o: ./top_level.h
  424. basics.o: ./commands.h
  425. basics.o: ./Commands/xreg.h
  426. basics.o: ./Commands/yreg.h
  427. basics.o: ./Commands/step.h
  428. basics.o: ./Commands/next.h
  429. basics.o: ./Commands/run.h
  430. basics.o: ./Commands/trace.h
  431. basics.o: ./Commands/list.h
  432. basics.o: ./Commands/load.h
  433. basics.o: ./Commands/help.h
  434. basics.o: ./Commands/reg.h
  435. basics.o: ./Commands/reset.h
  436. basics.o: ./Commands/stop.h
  437. basics.o: ./Commands/cont.h
  438. basics.o: ./Commands/print.h
  439. basics.o: ./Commands/compile.h
  440. basics.o: ./Commands/status.h
  441. basics.o: ./Commands/breadth.h
  442. basics.o: ./Commands/depth.h
  443. basics.o: ./Commands/mem.h
  444. basics.o: ./Commands/env.h
  445. basics.o: ./Commands/cp.h
  446. basics.o: ./Commands/profile.h
  447. basics.o: ./Commands/argtypes.h
  448. basics.o: ./Commands/listproc.h
  449. basics.o: ./Commands/database.h
  450. basics.o: ./Commands/heap.h
  451. basics.o: ./Commands/table.h
  452. basics.o: ./Commands/heapusage.h
  453. basics.o: ./Commands/window.h
  454. basics.o: ./Commands/gc_data.h
  455. basics.o: ./Commands/echo.h
  456. basics.o: ./Commands/fast.h
  457. basics.o: ./Commands/strings.h
  458. basics.o: ./Commands/gc.h
  459. basics.o: ./Commands/gc_verbose.h
  460. basics.o: ./commands.h
  461. basics.o: ./Commands/xreg.h
  462. basics.o: ./Commands/yreg.h
  463. basics.o: ./Commands/step.h
  464. basics.o: ./Commands/next.h
  465. basics.o: ./Commands/run.h
  466. basics.o: ./Commands/trace.h
  467. basics.o: ./Commands/list.h
  468. basics.o: ./Commands/load.h
  469. basics.o: ./Commands/help.h
  470. basics.o: ./Commands/reg.h
  471. basics.o: ./Commands/reset.h
  472. basics.o: ./Commands/stop.h
  473. basics.o: ./Commands/cont.h
  474. basics.o: ./Commands/print.h
  475. basics.o: ./Commands/compile.h
  476. basics.o: ./Commands/status.h
  477. basics.o: ./Commands/breadth.h
  478. basics.o: ./Commands/depth.h
  479. basics.o: ./Commands/mem.h
  480. basics.o: ./Commands/env.h
  481. basics.o: ./Commands/cp.h
  482. basics.o: ./Commands/profile.h
  483. basics.o: ./Commands/argtypes.h
  484. basics.o: ./Commands/listproc.h
  485. basics.o: ./Commands/database.h
  486. basics.o: ./Commands/heap.h
  487. basics.o: ./Commands/table.h
  488. basics.o: ./Commands/heapusage.h
  489. basics.o: ./Commands/window.h
  490. basics.o: ./Commands/gc_data.h
  491. basics.o: ./Commands/echo.h
  492. basics.o: ./Commands/fast.h
  493. basics.o: ./Commands/strings.h
  494. basics.o: ./Commands/gc.h
  495. basics.o: ./Commands/gc_verbose.h
  496. built_ins.o: built_ins.c
  497. built_ins.o: /usr/include/sys/time.h
  498. built_ins.o: /usr/include/time.h
  499. built_ins.o: /usr/include/sys/resource.h
  500. built_ins.o: /usr/include/ctype.h
  501. built_ins.o: ./tags.h
  502. built_ins.o: ./instr.h
  503. built_ins.o: ./hash_table.h
  504. built_ins.o: ./string_table.h
  505. built_ins.o: ./memory.h
  506. built_ins.o: ./memory_sizes.h
  507. built_ins.o: ./scan.h
  508. built_ins.o: ./inst_args.h
  509. built_ins.o: ./built_ins.h
  510. built_ins.o: ./BuiltIns/is2.h
  511. built_ins.o: ./BuiltIns/is4.h
  512. built_ins.o: ./BuiltIns/write.h
  513. built_ins.o: ./BuiltIns/nl.h
  514. built_ins.o: ./BuiltIns/var.h
  515. built_ins.o: ./BuiltIns/integer.h
  516. built_ins.o: ./BuiltIns/number.h
  517. built_ins.o: ./BuiltIns/gtvar.h
  518. built_ins.o: ./BuiltIns/ltvar.h
  519. built_ins.o: ./BuiltIns/gt.h
  520. built_ins.o: ./BuiltIns/ge.h
  521. built_ins.o: ./BuiltIns/lt.h
  522. built_ins.o: ./BuiltIns/le.h
  523. built_ins.o: ./BuiltIns/neqarithm.h
  524. built_ins.o: ./BuiltIns/neq.h
  525. built_ins.o: ./BuiltIns/nsame.h
  526. built_ins.o: ./BuiltIns/same.h
  527. built_ins.o: ./BuiltIns/univ.h
  528. built_ins.o: ./BuiltIns/name.h
  529. built_ins.o: ./BuiltIns/tell.h
  530. built_ins.o: ./BuiltIns/told.h
  531. built_ins.o: ./BuiltIns/read.h
  532. built_ins.o: ./BuiltIns/length.h
  533. built_ins.o: ./BuiltIns/statistics.h
  534. built_ins.o: ./BuiltIns/atom.h
  535. built_ins.o: ./BuiltIns/functor.h
  536. built_ins.o: ./BuiltIns/arg.h
  537. built_ins.o: ./BuiltIns/assert.h
  538. built_ins.o: ./BuiltIns/retract.h
  539. built_ins.o: ./BuiltIns/metacall.h
  540. built_ins.o: ./BuiltIns/set.h
  541. built_ins.o: ./BuiltIns/access.h
  542. built_ins.o: ./BuiltIns/success.h
  543. built_ins.o: ./BuiltIns/failure.h
  544. built_ins.o: ./BuiltIns/put.h
  545. built_ins.o: ./BuiltIns/writeq.h
  546. built_ins.o: ./list_inst_args.h
  547. built_ins.o: ./basics.h
  548. built_ins.o: ./top_level.h
  549. built_ins.o: ./commands.h
  550. built_ins.o: ./Commands/xreg.h
  551. built_ins.o: ./Commands/yreg.h
  552. built_ins.o: ./Commands/step.h
  553. built_ins.o: ./Commands/next.h
  554. built_ins.o: ./Commands/run.h
  555. built_ins.o: ./Commands/trace.h
  556. built_ins.o: ./Commands/list.h
  557. built_ins.o: ./Commands/load.h
  558. built_ins.o: ./Commands/help.h
  559. built_ins.o: ./Commands/reg.h
  560. built_ins.o: ./Commands/reset.h
  561. built_ins.o: ./Commands/stop.h
  562. built_ins.o: ./Commands/cont.h
  563. built_ins.o: ./Commands/print.h
  564. built_ins.o: ./Commands/compile.h
  565. built_ins.o: ./Commands/status.h
  566. built_ins.o: ./Commands/breadth.h
  567. built_ins.o: ./Commands/depth.h
  568. built_ins.o: ./Commands/mem.h
  569. built_ins.o: ./Commands/env.h
  570. built_ins.o: ./Commands/cp.h
  571. built_ins.o: ./Commands/profile.h
  572. built_ins.o: ./Commands/argtypes.h
  573. built_ins.o: ./Commands/listproc.h
  574. built_ins.o: ./Commands/database.h
  575. built_ins.o: ./Commands/heap.h
  576. built_ins.o: ./Commands/table.h
  577. built_ins.o: ./Commands/heapusage.h
  578. built_ins.o: ./Commands/window.h
  579. built_ins.o: ./Commands/gc_data.h
  580. built_ins.o: ./Commands/echo.h
  581. built_ins.o: ./Commands/fast.h
  582. built_ins.o: ./Commands/strings.h
  583. built_ins.o: ./Commands/gc.h
  584. built_ins.o: ./Commands/gc_verbose.h
  585. built_ins.o: ./commands.h
  586. built_ins.o: ./Commands/xreg.h
  587. built_ins.o: ./Commands/yreg.h
  588. built_ins.o: ./Commands/step.h
  589. built_ins.o: ./Commands/next.h
  590. built_ins.o: ./Commands/run.h
  591. built_ins.o: ./Commands/trace.h
  592. built_ins.o: ./Commands/list.h
  593. built_ins.o: ./Commands/load.h
  594. built_ins.o: ./Commands/help.h
  595. built_ins.o: ./Commands/reg.h
  596. built_ins.o: ./Commands/reset.h
  597. built_ins.o: ./Commands/stop.h
  598. built_ins.o: ./Commands/cont.h
  599. built_ins.o: ./Commands/print.h
  600. built_ins.o: ./Commands/compile.h
  601. built_ins.o: ./Commands/status.h
  602. built_ins.o: ./Commands/breadth.h
  603. built_ins.o: ./Commands/depth.h
  604. built_ins.o: ./Commands/mem.h
  605. built_ins.o: ./Commands/env.h
  606. built_ins.o: ./Commands/cp.h
  607. built_ins.o: ./Commands/profile.h
  608. built_ins.o: ./Commands/argtypes.h
  609. built_ins.o: ./Commands/listproc.h
  610. built_ins.o: ./Commands/database.h
  611. built_ins.o: ./Commands/heap.h
  612. built_ins.o: ./Commands/table.h
  613. built_ins.o: ./Commands/heapusage.h
  614. built_ins.o: ./Commands/window.h
  615. built_ins.o: ./Commands/gc_data.h
  616. built_ins.o: ./Commands/echo.h
  617. built_ins.o: ./Commands/fast.h
  618. built_ins.o: ./Commands/strings.h
  619. built_ins.o: ./Commands/gc.h
  620. built_ins.o: ./Commands/gc_verbose.h
  621. built_ins.o: ./main.h
  622. compile.o: compile.c
  623. compile.o: /usr/include/sys/types.h
  624. compile.o: /usr/include/sys/wait.h
  625. compile.o: /usr/include/machine/machparam.h
  626. compile.o: /usr/include/strings.h
  627. compile.o: ./compile.h
  628. control.o: control.c
  629. control.o: ./tags.h
  630. control.o: ./instr.h
  631. control.o: ./hash_table.h
  632. control.o: ./string_table.h
  633. control.o: ./scan.h
  634. control.o: ./inst_args.h
  635. control.o: ./built_ins.h
  636. control.o: ./BuiltIns/is2.h
  637. control.o: ./BuiltIns/is4.h
  638. control.o: ./BuiltIns/write.h
  639. control.o: ./BuiltIns/nl.h
  640. control.o: ./BuiltIns/var.h
  641. control.o: ./BuiltIns/integer.h
  642. control.o: ./BuiltIns/number.h
  643. control.o: ./BuiltIns/gtvar.h
  644. control.o: ./BuiltIns/ltvar.h
  645. control.o: ./BuiltIns/gt.h
  646. control.o: ./BuiltIns/ge.h
  647. control.o: ./BuiltIns/lt.h
  648. control.o: ./BuiltIns/le.h
  649. control.o: ./BuiltIns/neqarithm.h
  650. control.o: ./BuiltIns/neq.h
  651. control.o: ./BuiltIns/nsame.h
  652. control.o: ./BuiltIns/same.h
  653. control.o: ./BuiltIns/univ.h
  654. control.o: ./BuiltIns/name.h
  655. control.o: ./BuiltIns/tell.h
  656. control.o: ./BuiltIns/told.h
  657. control.o: ./BuiltIns/read.h
  658. control.o: ./BuiltIns/length.h
  659. control.o: ./BuiltIns/statistics.h
  660. control.o: ./BuiltIns/atom.h
  661. control.o: ./BuiltIns/functor.h
  662. control.o: ./BuiltIns/arg.h
  663. control.o: ./BuiltIns/assert.h
  664. control.o: ./BuiltIns/retract.h
  665. control.o: ./BuiltIns/metacall.h
  666. control.o: ./BuiltIns/set.h
  667. control.o: ./BuiltIns/access.h
  668. control.o: ./BuiltIns/success.h
  669. control.o: ./BuiltIns/failure.h
  670. control.o: ./BuiltIns/put.h
  671. control.o: ./BuiltIns/writeq.h
  672. control.o: ./list_inst_args.h
  673. control.o: ./memory.h
  674. control.o: ./memory_sizes.h
  675. control.o: ./basics.h
  676. control.o: ./top_level.h
  677. control.o: ./commands.h
  678. control.o: ./Commands/xreg.h
  679. control.o: ./Commands/yreg.h
  680. control.o: ./Commands/step.h
  681. control.o: ./Commands/next.h
  682. control.o: ./Commands/run.h
  683. control.o: ./Commands/trace.h
  684. control.o: ./Commands/list.h
  685. control.o: ./Commands/load.h
  686. control.o: ./Commands/help.h
  687. control.o: ./Commands/reg.h
  688. control.o: ./Commands/reset.h
  689. control.o: ./Commands/stop.h
  690. control.o: ./Commands/cont.h
  691. control.o: ./Commands/print.h
  692. control.o: ./Commands/compile.h
  693. control.o: ./Commands/status.h
  694. control.o: ./Commands/breadth.h
  695. control.o: ./Commands/depth.h
  696. control.o: ./Commands/mem.h
  697. control.o: ./Commands/env.h
  698. control.o: ./Commands/cp.h
  699. control.o: ./Commands/profile.h
  700. control.o: ./Commands/argtypes.h
  701. control.o: ./Commands/listproc.h
  702. control.o: ./Commands/database.h
  703. control.o: ./Commands/heap.h
  704. control.o: ./Commands/table.h
  705. control.o: ./Commands/heapusage.h
  706. control.o: ./Commands/window.h
  707. control.o: ./Commands/gc_data.h
  708. control.o: ./Commands/echo.h
  709. control.o: ./Commands/fast.h
  710. control.o: ./Commands/strings.h
  711. control.o: ./Commands/gc.h
  712. control.o: ./Commands/gc_verbose.h
  713. control.o: ./commands.h
  714. control.o: ./Commands/xreg.h
  715. control.o: ./Commands/yreg.h
  716. control.o: ./Commands/step.h
  717. control.o: ./Commands/next.h
  718. control.o: ./Commands/run.h
  719. control.o: ./Commands/trace.h
  720. control.o: ./Commands/list.h
  721. control.o: ./Commands/load.h
  722. control.o: ./Commands/help.h
  723. control.o: ./Commands/reg.h
  724. control.o: ./Commands/reset.h
  725. control.o: ./Commands/stop.h
  726. control.o: ./Commands/cont.h
  727. control.o: ./Commands/print.h
  728. control.o: ./Commands/compile.h
  729. control.o: ./Commands/status.h
  730. control.o: ./Commands/breadth.h
  731. control.o: ./Commands/depth.h
  732. control.o: ./Commands/mem.h
  733. control.o: ./Commands/env.h
  734. control.o: ./Commands/cp.h
  735. control.o: ./Commands/profile.h
  736. control.o: ./Commands/argtypes.h
  737. control.o: ./Commands/listproc.h
  738. control.o: ./Commands/database.h
  739. control.o: ./Commands/heap.h
  740. control.o: ./Commands/table.h
  741. control.o: ./Commands/heapusage.h
  742. control.o: ./Commands/window.h
  743. control.o: ./Commands/gc_data.h
  744. control.o: ./Commands/echo.h
  745. control.o: ./Commands/fast.h
  746. control.o: ./Commands/strings.h
  747. control.o: ./Commands/gc.h
  748. control.o: ./Commands/gc_verbose.h
  749. correl.o: correl.c
  750. fast_copy.o: fast_copy.c
  751. get_put_unify.o: get_put_unify.c
  752. get_put_unify.o: ./tags.h
  753. get_put_unify.o: ./instr.h
  754. get_put_unify.o: ./hash_table.h
  755. get_put_unify.o: ./string_table.h
  756. get_put_unify.o: ./memory.h
  757. get_put_unify.o: ./memory_sizes.h
  758. get_put_unify.o: ./basics.h
  759. hash_table.o: hash_table.c
  760. hash_table.o: ./hash_table.h
  761. inst_args.o: inst_args.c
  762. inst_args.o: /usr/include/ctype.h
  763. inst_args.o: ./tags.h
  764. inst_args.o: ./instr.h
  765. inst_args.o: ./hash_table.h
  766. inst_args.o: ./string_table.h
  767. inst_args.o: ./scan.h
  768. inst_args.o: ./inst_args.h
  769. inst_args.o: ./built_ins.h
  770. inst_args.o: ./BuiltIns/is2.h
  771. inst_args.o: ./BuiltIns/is4.h
  772. inst_args.o: ./BuiltIns/write.h
  773. inst_args.o: ./BuiltIns/nl.h
  774. inst_args.o: ./BuiltIns/var.h
  775. inst_args.o: ./BuiltIns/integer.h
  776. inst_args.o: ./BuiltIns/number.h
  777. inst_args.o: ./BuiltIns/gtvar.h
  778. inst_args.o: ./BuiltIns/ltvar.h
  779. inst_args.o: ./BuiltIns/gt.h
  780. inst_args.o: ./BuiltIns/ge.h
  781. inst_args.o: ./BuiltIns/lt.h
  782. inst_args.o: ./BuiltIns/le.h
  783. inst_args.o: ./BuiltIns/neqarithm.h
  784. inst_args.o: ./BuiltIns/neq.h
  785. inst_args.o: ./BuiltIns/nsame.h
  786. inst_args.o: ./BuiltIns/same.h
  787. inst_args.o: ./BuiltIns/univ.h
  788. inst_args.o: ./BuiltIns/name.h
  789. inst_args.o: ./BuiltIns/tell.h
  790. inst_args.o: ./BuiltIns/told.h
  791. inst_args.o: ./BuiltIns/read.h
  792. inst_args.o: ./BuiltIns/length.h
  793. inst_args.o: ./BuiltIns/statistics.h
  794. inst_args.o: ./BuiltIns/atom.h
  795. inst_args.o: ./BuiltIns/functor.h
  796. inst_args.o: ./BuiltIns/arg.h
  797. inst_args.o: ./BuiltIns/assert.h
  798. inst_args.o: ./BuiltIns/retract.h
  799. inst_args.o: ./BuiltIns/metacall.h
  800. inst_args.o: ./BuiltIns/set.h
  801. inst_args.o: ./BuiltIns/access.h
  802. inst_args.o: ./BuiltIns/success.h
  803. inst_args.o: ./BuiltIns/failure.h
  804. inst_args.o: ./BuiltIns/put.h
  805. inst_args.o: ./BuiltIns/writeq.h
  806. inst_args.o: ./list_inst_args.h
  807. inst_args.o: ./memory.h
  808. inst_args.o: ./memory_sizes.h
  809. inst_args.o: ./basics.h
  810. inst_args.o: ./list_inst_args.h
  811. inst_args.o: ./built_ins.h
  812. inst_args.o: ./BuiltIns/is2.h
  813. inst_args.o: ./BuiltIns/is4.h
  814. inst_args.o: ./BuiltIns/write.h
  815. inst_args.o: ./BuiltIns/nl.h
  816. inst_args.o: ./BuiltIns/var.h
  817. inst_args.o: ./BuiltIns/integer.h
  818. inst_args.o: ./BuiltIns/number.h
  819. inst_args.o: ./BuiltIns/gtvar.h
  820. inst_args.o: ./BuiltIns/ltvar.h
  821. inst_args.o: ./BuiltIns/gt.h
  822. inst_args.o: ./BuiltIns/ge.h
  823. inst_args.o: ./BuiltIns/lt.h
  824. inst_args.o: ./BuiltIns/le.h
  825. inst_args.o: ./BuiltIns/neqarithm.h
  826. inst_args.o: ./BuiltIns/neq.h
  827. inst_args.o: ./BuiltIns/nsame.h
  828. inst_args.o: ./BuiltIns/same.h
  829. inst_args.o: ./BuiltIns/univ.h
  830. inst_args.o: ./BuiltIns/name.h
  831. inst_args.o: ./BuiltIns/tell.h
  832. inst_args.o: ./BuiltIns/told.h
  833. inst_args.o: ./BuiltIns/read.h
  834. inst_args.o: ./BuiltIns/length.h
  835. inst_args.o: ./BuiltIns/statistics.h
  836. inst_args.o: ./BuiltIns/atom.h
  837. inst_args.o: ./BuiltIns/functor.h
  838. inst_args.o: ./BuiltIns/arg.h
  839. inst_args.o: ./BuiltIns/assert.h
  840. inst_args.o: ./BuiltIns/retract.h
  841. inst_args.o: ./BuiltIns/metacall.h
  842. inst_args.o: ./BuiltIns/set.h
  843. inst_args.o: ./BuiltIns/access.h
  844. inst_args.o: ./BuiltIns/success.h
  845. inst_args.o: ./BuiltIns/failure.h
  846. inst_args.o: ./BuiltIns/put.h
  847. inst_args.o: ./BuiltIns/writeq.h
  848. inst_table.o: inst_table.c
  849. inst_table.o: /usr/include/ctype.h
  850. inst_table.o: ./hash_table.h
  851. inst_table.o: ./string_table.h
  852. inst_table.o: ./scan.h
  853. inst_table.o: ./tags.h
  854. inst_table.o: ./instr.h
  855. inst_table.o: ./inst_args.h
  856. inst_table.o: ./built_ins.h
  857. inst_table.o: ./BuiltIns/is2.h
  858. inst_table.o: ./BuiltIns/is4.h
  859. inst_table.o: ./BuiltIns/write.h
  860. inst_table.o: ./BuiltIns/nl.h
  861. inst_table.o: ./BuiltIns/var.h
  862. inst_table.o: ./BuiltIns/integer.h
  863. inst_table.o: ./BuiltIns/number.h
  864. inst_table.o: ./BuiltIns/gtvar.h
  865. inst_table.o: ./BuiltIns/ltvar.h
  866. inst_table.o: ./BuiltIns/gt.h
  867. inst_table.o: ./BuiltIns/ge.h
  868. inst_table.o: ./BuiltIns/lt.h
  869. inst_table.o: ./BuiltIns/le.h
  870. inst_table.o: ./BuiltIns/neqarithm.h
  871. inst_table.o: ./BuiltIns/neq.h
  872. inst_table.o: ./BuiltIns/nsame.h
  873. inst_table.o: ./BuiltIns/same.h
  874. inst_table.o: ./BuiltIns/univ.h
  875. inst_table.o: ./BuiltIns/name.h
  876. inst_table.o: ./BuiltIns/tell.h
  877. inst_table.o: ./BuiltIns/told.h
  878. inst_table.o: ./BuiltIns/read.h
  879. inst_table.o: ./BuiltIns/length.h
  880. inst_table.o: ./BuiltIns/statistics.h
  881. inst_table.o: ./BuiltIns/atom.h
  882. inst_table.o: ./BuiltIns/functor.h
  883. inst_table.o: ./BuiltIns/arg.h
  884. inst_table.o: ./BuiltIns/assert.h
  885. inst_table.o: ./BuiltIns/retract.h
  886. inst_table.o: ./BuiltIns/metacall.h
  887. inst_table.o: ./BuiltIns/set.h
  888. inst_table.o: ./BuiltIns/access.h
  889. inst_table.o: ./BuiltIns/success.h
  890. inst_table.o: ./BuiltIns/failure.h
  891. inst_table.o: ./BuiltIns/put.h
  892. inst_table.o: ./BuiltIns/writeq.h
  893. inst_table.o: ./list_inst_args.h
  894. inst_table.o: ./memory.h
  895. inst_table.o: ./memory_sizes.h
  896. inst_table.o: ./basics.h
  897. inst_table.o: ./inst_table.h
  898. inst_table.o: ./instructions.h
  899. inst_table.o: ./Instructions/switch_on_term.h
  900. inst_table.o: ./Instructions/switch_on_constant.h
  901. inst_table.o: ./Instructions/switch_on_structure.h
  902. inst_table.o: ./Instructions/try.h
  903. inst_table.o: ./Instructions/retry.h
  904. inst_table.o: ./Instructions/trust.h
  905. inst_table.o: ./Instructions/try_me_else.h
  906. inst_table.o: ./Instructions/retry_me_else.h
  907. inst_table.o: ./Instructions/trust_me_else.h
  908. inst_table.o: ./Instructions/fail.h
  909. inst_table.o: ./Instructions/cut.h
  910. inst_table.o: ./Instructions/proceed.h
  911. inst_table.o: ./Instructions/execute_proc.h
  912. inst_table.o: ./Instructions/execute_label.h
  913. inst_table.o: ./Instructions/call.h
  914. inst_table.o: ./Instructions/escape.h
  915. inst_table.o: ./Instructions/init.h
  916. inst_table.o: ./Instructions/get_variable_x.h
  917. inst_table.o: ./Instructions/get_variable_y.h
  918. inst_table.o: ./Instructions/get_value_x.h
  919. inst_table.o: ./Instructions/get_value_y.h
  920. inst_table.o: ./Instructions/get_constant.h
  921. inst_table.o: ./Instructions/get_nil.h
  922. inst_table.o: ./Instructions/get_structure.h
  923. inst_table.o: ./Instructions/get_list.h
  924. inst_table.o: ./Instructions/get_cdr_list.h
  925. inst_table.o: ./Instructions/get_cdr_list_write.h
  926. inst_table.o: ./Instructions/put_variable_x.h
  927. inst_table.o: ./Instructions/put_variable_y.h
  928. inst_table.o: ./Instructions/put_value_x.h
  929. inst_table.o: ./Instructions/put_value_y.h
  930. inst_table.o: ./Instructions/put_unsafe_value.h
  931. inst_table.o: ./Instructions/put_constant.h
  932. inst_table.o: ./Instructions/put_nil.h
  933. inst_table.o: ./Instructions/put_structure.h
  934. inst_table.o: ./Instructions/put_list.h
  935. inst_table.o: ./Instructions/unify_void.h
  936. inst_table.o: ./Instructions/unify_void_write.h
  937. inst_table.o: ./Instructions/unify_value_x.h
  938. inst_table.o: ./Instructions/unify_value_y.h
  939. inst_table.o: ./Instructions/unify_value_write_x.h
  940. inst_table.o: ./Instructions/unify_value_write_y.h
  941. inst_table.o: ./Instructions/unify_variable_x.h
  942. inst_table.o: ./Instructions/unify_variable_y.h
  943. inst_table.o: ./Instructions/unify_variable_write_x.h
  944. inst_table.o: ./Instructions/unify_variable_write_y.h
  945. inst_table.o: ./Instructions/unify_unsafe_value.h
  946. inst_table.o: ./Instructions/unify_unsafe_value_write.h
  947. inst_table.o: ./Instructions/unify_constant.h
  948. inst_table.o: ./Instructions/unify_constant_write.h
  949. inst_table.o: ./Instructions/unify_nil.h
  950. inst_table.o: ./Instructions/unify_nil_write.h
  951. inst_table.o: ./Instructions/halt.h
  952. inst_table.o: ./instructions.h
  953. inst_table.o: ./Instructions/switch_on_term.h
  954. inst_table.o: ./Instructions/switch_on_constant.h
  955. inst_table.o: ./Instructions/switch_on_structure.h
  956. inst_table.o: ./Instructions/try.h
  957. inst_table.o: ./Instructions/retry.h
  958. inst_table.o: ./Instructions/trust.h
  959. inst_table.o: ./Instructions/try_me_else.h
  960. inst_table.o: ./Instructions/retry_me_else.h
  961. inst_table.o: ./Instructions/trust_me_else.h
  962. inst_table.o: ./Instructions/fail.h
  963. inst_table.o: ./Instructions/cut.h
  964. inst_table.o: ./Instructions/proceed.h
  965. inst_table.o: ./Instructions/execute_proc.h
  966. inst_table.o: ./Instructions/execute_label.h
  967. inst_table.o: ./Instructions/call.h
  968. inst_table.o: ./Instructions/escape.h
  969. inst_table.o: ./Instructions/init.h
  970. inst_table.o: ./Instructions/get_variable_x.h
  971. inst_table.o: ./Instructions/get_variable_y.h
  972. inst_table.o: ./Instructions/get_value_x.h
  973. inst_table.o: ./Instructions/get_value_y.h
  974. inst_table.o: ./Instructions/get_constant.h
  975. inst_table.o: ./Instructions/get_nil.h
  976. inst_table.o: ./Instructions/get_structure.h
  977. inst_table.o: ./Instructions/get_list.h
  978. inst_table.o: ./Instructions/get_cdr_list.h
  979. inst_table.o: ./Instructions/get_cdr_list_write.h
  980. inst_table.o: ./Instructions/put_variable_x.h
  981. inst_table.o: ./Instructions/put_variable_y.h
  982. inst_table.o: ./Instructions/put_value_x.h
  983. inst_table.o: ./Instructions/put_value_y.h
  984. inst_table.o: ./Instructions/put_unsafe_value.h
  985. inst_table.o: ./Instructions/put_constant.h
  986. inst_table.o: ./Instructions/put_nil.h
  987. inst_table.o: ./Instructions/put_structure.h
  988. inst_table.o: ./Instructions/put_list.h
  989. inst_table.o: ./Instructions/unify_void.h
  990. inst_table.o: ./Instructions/unify_void_write.h
  991. inst_table.o: ./Instructions/unify_value_x.h
  992. inst_table.o: ./Instructions/unify_value_y.h
  993. inst_table.o: ./Instructions/unify_value_write_x.h
  994. inst_table.o: ./Instructions/unify_value_write_y.h
  995. inst_table.o: ./Instructions/unify_variable_x.h
  996. inst_table.o: ./Instructions/unify_variable_y.h
  997. inst_table.o: ./Instructions/unify_variable_write_x.h
  998. inst_table.o: ./Instructions/unify_variable_write_y.h
  999. inst_table.o: ./Instructions/unify_unsafe_value.h
  1000. inst_table.o: ./Instructions/unify_unsafe_value_write.h
  1001. inst_table.o: ./Instructions/unify_constant.h
  1002. inst_table.o: ./Instructions/unify_constant_write.h
  1003. inst_table.o: ./Instructions/unify_nil.h
  1004. inst_table.o: ./Instructions/unify_nil_write.h
  1005. inst_table.o: ./Instructions/halt.h
  1006. inst_table.o: ./instructions.h
  1007. inst_table.o: ./Instructions/switch_on_term.h
  1008. inst_table.o: ./Instructions/switch_on_constant.h
  1009. inst_table.o: ./Instructions/switch_on_structure.h
  1010. inst_table.o: ./Instructions/try.h
  1011. inst_table.o: ./Instructions/retry.h
  1012. inst_table.o: ./Instructions/trust.h
  1013. inst_table.o: ./Instructions/try_me_else.h
  1014. inst_table.o: ./Instructions/retry_me_else.h
  1015. inst_table.o: ./Instructions/trust_me_else.h
  1016. inst_table.o: ./Instructions/fail.h
  1017. inst_table.o: ./Instructions/cut.h
  1018. inst_table.o: ./Instructions/proceed.h
  1019. inst_table.o: ./Instructions/execute_proc.h
  1020. inst_table.o: ./Instructions/execute_label.h
  1021. inst_table.o: ./Instructions/call.h
  1022. inst_table.o: ./Instructions/escape.h
  1023. inst_table.o: ./Instructions/init.h
  1024. inst_table.o: ./Instructions/get_variable_x.h
  1025. inst_table.o: ./Instructions/get_variable_y.h
  1026. inst_table.o: ./Instructions/get_value_x.h
  1027. inst_table.o: ./Instructions/get_value_y.h
  1028. inst_table.o: ./Instructions/get_constant.h
  1029. inst_table.o: ./Instructions/get_nil.h
  1030. inst_table.o: ./Instructions/get_structure.h
  1031. inst_table.o: ./Instructions/get_list.h
  1032. inst_table.o: ./Instructions/get_cdr_list.h
  1033. inst_table.o: ./Instructions/get_cdr_list_write.h
  1034. inst_table.o: ./Instructions/put_variable_x.h
  1035. inst_table.o: ./Instructions/put_variable_y.h
  1036. inst_table.o: ./Instructions/put_value_x.h
  1037. inst_table.o: ./Instructions/put_value_y.h
  1038. inst_table.o: ./Instructions/put_unsafe_value.h
  1039. inst_table.o: ./Instructions/put_constant.h
  1040. inst_table.o: ./Instructions/put_nil.h
  1041. inst_table.o: ./Instructions/put_structure.h
  1042. inst_table.o: ./Instructions/put_list.h
  1043. inst_table.o: ./Instructions/unify_void.h
  1044. inst_table.o: ./Instructions/unify_void_write.h
  1045. inst_table.o: ./Instructions/unify_value_x.h
  1046. inst_table.o: ./Instructions/unify_value_y.h
  1047. inst_table.o: ./Instructions/unify_value_write_x.h
  1048. inst_table.o: ./Instructions/unify_value_write_y.h
  1049. inst_table.o: ./Instructions/unify_variable_x.h
  1050. inst_table.o: ./Instructions/unify_variable_y.h
  1051. inst_table.o: ./Instructions/unify_variable_write_x.h
  1052. inst_table.o: ./Instructions/unify_variable_write_y.h
  1053. inst_table.o: ./Instructions/unify_unsafe_value.h
  1054. inst_table.o: ./Instructions/unify_unsafe_value_write.h
  1055. inst_table.o: ./Instructions/unify_constant.h
  1056. inst_table.o: ./Instructions/unify_constant_write.h
  1057. inst_table.o: ./Instructions/unify_nil.h
  1058. inst_table.o: ./Instructions/unify_nil_write.h
  1059. inst_table.o: ./Instructions/halt.h
  1060. main.o: main.c
  1061. main.o: ./hash_table.h
  1062. main.o: ./string_table.h
  1063. main.o: ./tags.h
  1064. main.o: ./instr.h
  1065. main.o: ./scan.h
  1066. main.o: ./memory.h
  1067. main.o: ./memory_sizes.h
  1068. main.o: ./inst_args.h
  1069. main.o: ./built_ins.h
  1070. main.o: ./BuiltIns/is2.h
  1071. main.o: ./BuiltIns/is4.h
  1072. main.o: ./BuiltIns/write.h
  1073. main.o: ./BuiltIns/nl.h
  1074. main.o: ./BuiltIns/var.h
  1075. main.o: ./BuiltIns/integer.h
  1076. main.o: ./BuiltIns/number.h
  1077. main.o: ./BuiltIns/gtvar.h
  1078. main.o: ./BuiltIns/ltvar.h
  1079. main.o: ./BuiltIns/gt.h
  1080. main.o: ./BuiltIns/ge.h
  1081. main.o: ./BuiltIns/lt.h
  1082. main.o: ./BuiltIns/le.h
  1083. main.o: ./BuiltIns/neqarithm.h
  1084. main.o: ./BuiltIns/neq.h
  1085. main.o: ./BuiltIns/nsame.h
  1086. main.o: ./BuiltIns/same.h
  1087. main.o: ./BuiltIns/univ.h
  1088. main.o: ./BuiltIns/name.h
  1089. main.o: ./BuiltIns/tell.h
  1090. main.o: ./BuiltIns/told.h
  1091. main.o: ./BuiltIns/read.h
  1092. main.o: ./BuiltIns/length.h
  1093. main.o: ./BuiltIns/statistics.h
  1094. main.o: ./BuiltIns/atom.h
  1095. main.o: ./BuiltIns/functor.h
  1096. main.o: ./BuiltIns/arg.h
  1097. main.o: ./BuiltIns/assert.h
  1098. main.o: ./BuiltIns/retract.h
  1099. main.o: ./BuiltIns/metacall.h
  1100. main.o: ./BuiltIns/set.h
  1101. main.o: ./BuiltIns/access.h
  1102. main.o: ./BuiltIns/success.h
  1103. main.o: ./BuiltIns/failure.h
  1104. main.o: ./BuiltIns/put.h
  1105. main.o: ./BuiltIns/writeq.h
  1106. main.o: ./list_inst_args.h
  1107. main.o: ./inst_table.h
  1108. main.o: ./instructions.h
  1109. main.o: ./Instructions/switch_on_term.h
  1110. main.o: ./Instructions/switch_on_constant.h
  1111. main.o: ./Instructions/switch_on_structure.h
  1112. main.o: ./Instructions/try.h
  1113. main.o: ./Instructions/retry.h
  1114. main.o: ./Instructions/trust.h
  1115. main.o: ./Instructions/try_me_else.h
  1116. main.o: ./Instructions/retry_me_else.h
  1117. main.o: ./Instructions/trust_me_else.h
  1118. main.o: ./Instructions/fail.h
  1119. main.o: ./Instructions/cut.h
  1120. main.o: ./Instructions/proceed.h
  1121. main.o: ./Instructions/execute_proc.h
  1122. main.o: ./Instructions/execute_label.h
  1123. main.o: ./Instructions/call.h
  1124. main.o: ./Instructions/escape.h
  1125. main.o: ./Instructions/init.h
  1126. main.o: ./Instructions/get_variable_x.h
  1127. main.o: ./Instructions/get_variable_y.h
  1128. main.o: ./Instructions/get_value_x.h
  1129. main.o: ./Instructions/get_value_y.h
  1130. main.o: ./Instructions/get_constant.h
  1131. main.o: ./Instructions/get_nil.h
  1132. main.o: ./Instructions/get_structure.h
  1133. main.o: ./Instructions/get_list.h
  1134. main.o: ./Instructions/get_cdr_list.h
  1135. main.o: ./Instructions/get_cdr_list_write.h
  1136. main.o: ./Instructions/put_variable_x.h
  1137. main.o: ./Instructions/put_variable_y.h
  1138. main.o: ./Instructions/put_value_x.h
  1139. main.o: ./Instructions/put_value_y.h
  1140. main.o: ./Instructions/put_unsafe_value.h
  1141. main.o: ./Instructions/put_constant.h
  1142. main.o: ./Instructions/put_nil.h
  1143. main.o: ./Instructions/put_structure.h
  1144. main.o: ./Instructions/put_list.h
  1145. main.o: ./Instructions/unify_void.h
  1146. main.o: ./Instructions/unify_void_write.h
  1147. main.o: ./Instructions/unify_value_x.h
  1148. main.o: ./Instructions/unify_value_y.h
  1149. main.o: ./Instructions/unify_value_write_x.h
  1150. main.o: ./Instructions/unify_value_write_y.h
  1151. main.o: ./Instructions/unify_variable_x.h
  1152. main.o: ./Instructions/unify_variable_y.h
  1153. main.o: ./Instructions/unify_variable_write_x.h
  1154. main.o: ./Instructions/unify_variable_write_y.h
  1155. main.o: ./Instructions/unify_unsafe_value.h
  1156. main.o: ./Instructions/unify_unsafe_value_write.h
  1157. main.o: ./Instructions/unify_constant.h
  1158. main.o: ./Instructions/unify_constant_write.h
  1159. main.o: ./Instructions/unify_nil.h
  1160. main.o: ./Instructions/unify_nil_write.h
  1161. main.o: ./Instructions/halt.h
  1162. main.o: ./instructions.h
  1163. main.o: ./Instructions/switch_on_term.h
  1164. main.o: ./Instructions/switch_on_constant.h
  1165. main.o: ./Instructions/switch_on_structure.h
  1166. main.o: ./Instructions/try.h
  1167. main.o: ./Instructions/retry.h
  1168. main.o: ./Instructions/trust.h
  1169. main.o: ./Instructions/try_me_else.h
  1170. main.o: ./Instructions/retry_me_else.h
  1171. main.o: ./Instructions/trust_me_else.h
  1172. main.o: ./Instructions/fail.h
  1173. main.o: ./Instructions/cut.h
  1174. main.o: ./Instructions/proceed.h
  1175. main.o: ./Instructions/execute_proc.h
  1176. main.o: ./Instructions/execute_label.h
  1177. main.o: ./Instructions/call.h
  1178. main.o: ./Instructions/escape.h
  1179. main.o: ./Instructions/init.h
  1180. main.o: ./Instructions/get_variable_x.h
  1181. main.o: ./Instructions/get_variable_y.h
  1182. main.o: ./Instructions/get_value_x.h
  1183. main.o: ./Instructions/get_value_y.h
  1184. main.o: ./Instructions/get_constant.h
  1185. main.o: ./Instructions/get_nil.h
  1186. main.o: ./Instructions/get_structure.h
  1187. main.o: ./Instructions/get_list.h
  1188. main.o: ./Instructions/get_cdr_list.h
  1189. main.o: ./Instructions/get_cdr_list_write.h
  1190. main.o: ./Instructions/put_variable_x.h
  1191. main.o: ./Instructions/put_variable_y.h
  1192. main.o: ./Instructions/put_value_x.h
  1193. main.o: ./Instructions/put_value_y.h
  1194. main.o: ./Instructions/put_unsafe_value.h
  1195. main.o: ./Instructions/put_constant.h
  1196. main.o: ./Instructions/put_nil.h
  1197. main.o: ./Instructions/put_structure.h
  1198. main.o: ./Instructions/put_list.h
  1199. main.o: ./Instructions/unify_void.h
  1200. main.o: ./Instructions/unify_void_write.h
  1201. main.o: ./Instructions/unify_value_x.h
  1202. main.o: ./Instructions/unify_value_y.h
  1203. main.o: ./Instructions/unify_value_write_x.h
  1204. main.o: ./Instructions/unify_value_write_y.h
  1205. main.o: ./Instructions/unify_variable_x.h
  1206. main.o: ./Instructions/unify_variable_y.h
  1207. main.o: ./Instructions/unify_variable_write_x.h
  1208. main.o: ./Instructions/unify_variable_write_y.h
  1209. main.o: ./Instructions/unify_unsafe_value.h
  1210. main.o: ./Instructions/unify_unsafe_value_write.h
  1211. main.o: ./Instructions/unify_constant.h
  1212. main.o: ./Instructions/unify_constant_write.h
  1213. main.o: ./Instructions/unify_nil.h
  1214. main.o: ./Instructions/unify_nil_write.h
  1215. main.o: ./Instructions/halt.h
  1216. main.o: ./assembler.h
  1217. main.o: ./main.h
  1218. main.o: ./control.h
  1219. main.o: ./top_level.h
  1220. main.o: ./commands.h
  1221. main.o: ./Commands/xreg.h
  1222. main.o: ./Commands/yreg.h
  1223. main.o: ./Commands/step.h
  1224. main.o: ./Commands/next.h
  1225. main.o: ./Commands/run.h
  1226. main.o: ./Commands/trace.h
  1227. main.o: ./Commands/list.h
  1228. main.o: ./Commands/load.h
  1229. main.o: ./Commands/help.h
  1230. main.o: ./Commands/reg.h
  1231. main.o: ./Commands/reset.h
  1232. main.o: ./Commands/stop.h
  1233. main.o: ./Commands/cont.h
  1234. main.o: ./Commands/print.h
  1235. main.o: ./Commands/compile.h
  1236. main.o: ./Commands/status.h
  1237. main.o: ./Commands/breadth.h
  1238. main.o: ./Commands/depth.h
  1239. main.o: ./Commands/mem.h
  1240. main.o: ./Commands/env.h
  1241. main.o: ./Commands/cp.h
  1242. main.o: ./Commands/profile.h
  1243. main.o: ./Commands/argtypes.h
  1244. main.o: ./Commands/listproc.h
  1245. main.o: ./Commands/database.h
  1246. main.o: ./Commands/heap.h
  1247. main.o: ./Commands/table.h
  1248. main.o: ./Commands/heapusage.h
  1249. main.o: ./Commands/window.h
  1250. main.o: ./Commands/gc_data.h
  1251. main.o: ./Commands/echo.h
  1252. main.o: ./Commands/fast.h
  1253. main.o: ./Commands/strings.h
  1254. main.o: ./Commands/gc.h
  1255. main.o: ./Commands/gc_verbose.h
  1256. main.o: ./commands.h
  1257. main.o: ./Commands/xreg.h
  1258. main.o: ./Commands/yreg.h
  1259. main.o: ./Commands/step.h
  1260. main.o: ./Commands/next.h
  1261. main.o: ./Commands/run.h
  1262. main.o: ./Commands/trace.h
  1263. main.o: ./Commands/list.h
  1264. main.o: ./Commands/load.h
  1265. main.o: ./Commands/help.h
  1266. main.o: ./Commands/reg.h
  1267. main.o: ./Commands/reset.h
  1268. main.o: ./Commands/stop.h
  1269. main.o: ./Commands/cont.h
  1270. main.o: ./Commands/print.h
  1271. main.o: ./Commands/compile.h
  1272. main.o: ./Commands/status.h
  1273. main.o: ./Commands/breadth.h
  1274. main.o: ./Commands/depth.h
  1275. main.o: ./Commands/mem.h
  1276. main.o: ./Commands/env.h
  1277. main.o: ./Commands/cp.h
  1278. main.o: ./Commands/profile.h
  1279. main.o: ./Commands/argtypes.h
  1280. main.o: ./Commands/listproc.h
  1281. main.o: ./Commands/database.h
  1282. main.o: ./Commands/heap.h
  1283. main.o: ./Commands/table.h
  1284. main.o: ./Commands/heapusage.h
  1285. main.o: ./Commands/window.h
  1286. main.o: ./Commands/gc_data.h
  1287. main.o: ./Commands/echo.h
  1288. main.o: ./Commands/fast.h
  1289. main.o: ./Commands/strings.h
  1290. main.o: ./Commands/gc.h
  1291. main.o: ./Commands/gc_verbose.h
  1292. mark_compact.o: mark_compact.c
  1293. mark_copact.o: mark_copact.c
  1294. mark_copy.o: mark_copy.c
  1295. memory.o: memory.c
  1296. memory.o: /usr/include/sys/types.h
  1297. memory.o: /usr/include/sys/time.h
  1298. memory.o: /usr/include/time.h
  1299. memory.o: /usr/include/sys/resource.h
  1300. memory.o: ./tags.h
  1301. memory.o: ./instr.h
  1302. memory.o: ./hash_table.h
  1303. memory.o: ./string_table.h
  1304. memory.o: ./memory.h
  1305. memory.o: ./memory_sizes.h
  1306. memory.o: ./top_level.h
  1307. memory.o: ./commands.h
  1308. memory.o: ./Commands/xreg.h
  1309. memory.o: ./Commands/yreg.h
  1310. memory.o: ./Commands/step.h
  1311. memory.o: ./Commands/next.h
  1312. memory.o: ./Commands/run.h
  1313. memory.o: ./Commands/trace.h
  1314. memory.o: ./Commands/list.h
  1315. memory.o: ./Commands/load.h
  1316. memory.o: ./Commands/help.h
  1317. memory.o: ./Commands/reg.h
  1318. memory.o: ./Commands/reset.h
  1319. memory.o: ./Commands/stop.h
  1320. memory.o: ./Commands/cont.h
  1321. memory.o: ./Commands/print.h
  1322. memory.o: ./Commands/compile.h
  1323. memory.o: ./Commands/status.h
  1324. memory.o: ./Commands/breadth.h
  1325. memory.o: ./Commands/depth.h
  1326. memory.o: ./Commands/mem.h
  1327. memory.o: ./Commands/env.h
  1328. memory.o: ./Commands/cp.h
  1329. memory.o: ./Commands/profile.h
  1330. memory.o: ./Commands/argtypes.h
  1331. memory.o: ./Commands/listproc.h
  1332. memory.o: ./Commands/database.h
  1333. memory.o: ./Commands/heap.h
  1334. memory.o: ./Commands/table.h
  1335. memory.o: ./Commands/heapusage.h
  1336. memory.o: ./Commands/window.h
  1337. memory.o: ./Commands/gc_data.h
  1338. memory.o: ./Commands/echo.h
  1339. memory.o: ./Commands/fast.h
  1340. memory.o: ./Commands/strings.h
  1341. memory.o: ./Commands/gc.h
  1342. memory.o: ./Commands/gc_verbose.h
  1343. memory.o: ./commands.h
  1344. memory.o: ./Commands/xreg.h
  1345. memory.o: ./Commands/yreg.h
  1346. memory.o: ./Commands/step.h
  1347. memory.o: ./Commands/next.h
  1348. memory.o: ./Commands/run.h
  1349. memory.o: ./Commands/trace.h
  1350. memory.o: ./Commands/list.h
  1351. memory.o: ./Commands/load.h
  1352. memory.o: ./Commands/help.h
  1353. memory.o: ./Commands/reg.h
  1354. memory.o: ./Commands/reset.h
  1355. memory.o: ./Commands/stop.h
  1356. memory.o: ./Commands/cont.h
  1357. memory.o: ./Commands/print.h
  1358. memory.o: ./Commands/compile.h
  1359. memory.o: ./Commands/status.h
  1360. memory.o: ./Commands/breadth.h
  1361. memory.o: ./Commands/depth.h
  1362. memory.o: ./Commands/mem.h
  1363. memory.o: ./Commands/env.h
  1364. memory.o: ./Commands/cp.h
  1365. memory.o: ./Commands/profile.h
  1366. memory.o: ./Commands/argtypes.h
  1367. memory.o: ./Commands/listproc.h
  1368. memory.o: ./Commands/database.h
  1369. memory.o: ./Commands/heap.h
  1370. memory.o: ./Commands/table.h
  1371. memory.o: ./Commands/heapusage.h
  1372. memory.o: ./Commands/window.h
  1373. memory.o: ./Commands/gc_data.h
  1374. memory.o: ./Commands/echo.h
  1375. memory.o: ./Commands/fast.h
  1376. memory.o: ./Commands/strings.h
  1377. memory.o: ./Commands/gc.h
  1378. memory.o: ./Commands/gc_verbose.h
  1379. memory.o: ./memory_sizes.h
  1380. memory.o: ./memory_sizes.h
  1381. pasmem.o: pasmem.c
  1382. pasmem.o: /usr/include/stdio.h
  1383. pasmem.o: /usr/include/sys/types.h
  1384. pasmem.o: /usr/include/sys/time.h
  1385. pasmem.o: /usr/include/time.h
  1386. pasmem.o: /usr/include/sys/resource.h
  1387. scan.o: scan.c
  1388. scan.o: /usr/include/ctype.h
  1389. scan.o: ./hash_table.h
  1390. scan.o: ./string_table.h
  1391. scan.o: ./scan.h
  1392. stack.o: stack.c
  1393. string_table.o: string_table.c
  1394. string_table.o: ./hash_table.h
  1395. string_table.o: ./string_table.h
  1396. t.o: t.c
  1397. test.o: test.c
  1398. test.o: ./hash_table.h
  1399. test.o: ./string_table.h
  1400. test2.o: test2.c
  1401. test2.o: ./hash_table.h
  1402. test2.o: ./string_table.h
  1403. top_level.o: top_level.c
  1404. top_level.o: /usr/include/signal.h
  1405. top_level.o: /usr/include/machine/trap.h
  1406. top_level.o: /usr/include/setjmp.h
  1407. top_level.o: ./hash_table.h
  1408. top_level.o: ./string_table.h
  1409. top_level.o: ./tags.h
  1410. top_level.o: ./instr.h
  1411. top_level.o: ./scan.h
  1412. top_level.o: ./memory.h
  1413. top_level.o: ./memory_sizes.h
  1414. top_level.o: ./inst_args.h
  1415. top_level.o: ./built_ins.h
  1416. top_level.o: ./BuiltIns/is2.h
  1417. top_level.o: ./BuiltIns/is4.h
  1418. top_level.o: ./BuiltIns/write.h
  1419. top_level.o: ./BuiltIns/nl.h
  1420. top_level.o: ./BuiltIns/var.h
  1421. top_level.o: ./BuiltIns/integer.h
  1422. top_level.o: ./BuiltIns/number.h
  1423. top_level.o: ./BuiltIns/gtvar.h
  1424. top_level.o: ./BuiltIns/ltvar.h
  1425. top_level.o: ./BuiltIns/gt.h
  1426. top_level.o: ./BuiltIns/ge.h
  1427. top_level.o: ./BuiltIns/lt.h
  1428. top_level.o: ./BuiltIns/le.h
  1429. top_level.o: ./BuiltIns/neqarithm.h
  1430. top_level.o: ./BuiltIns/neq.h
  1431. top_level.o: ./BuiltIns/nsame.h
  1432. top_level.o: ./BuiltIns/same.h
  1433. top_level.o: ./BuiltIns/univ.h
  1434. top_level.o: ./BuiltIns/name.h
  1435. top_level.o: ./BuiltIns/tell.h
  1436. top_level.o: ./BuiltIns/told.h
  1437. top_level.o: ./BuiltIns/read.h
  1438. top_level.o: ./BuiltIns/length.h
  1439. top_level.o: ./BuiltIns/statistics.h
  1440. top_level.o: ./BuiltIns/atom.h
  1441. top_level.o: ./BuiltIns/functor.h
  1442. top_level.o: ./BuiltIns/arg.h
  1443. top_level.o: ./BuiltIns/assert.h
  1444. top_level.o: ./BuiltIns/retract.h
  1445. top_level.o: ./BuiltIns/metacall.h
  1446. top_level.o: ./BuiltIns/set.h
  1447. top_level.o: ./BuiltIns/access.h
  1448. top_level.o: ./BuiltIns/success.h
  1449. top_level.o: ./BuiltIns/failure.h
  1450. top_level.o: ./BuiltIns/put.h
  1451. top_level.o: ./BuiltIns/writeq.h
  1452. top_level.o: ./list_inst_args.h
  1453. top_level.o: ./inst_table.h
  1454. top_level.o: ./instructions.h
  1455. top_level.o: ./Instructions/switch_on_term.h
  1456. top_level.o: ./Instructions/switch_on_constant.h
  1457. top_level.o: ./Instructions/switch_on_structure.h
  1458. top_level.o: ./Instructions/try.h
  1459. top_level.o: ./Instructions/retry.h
  1460. top_level.o: ./Instructions/trust.h
  1461. top_level.o: ./Instructions/try_me_else.h
  1462. top_level.o: ./Instructions/retry_me_else.h
  1463. top_level.o: ./Instructions/trust_me_else.h
  1464. top_level.o: ./Instructions/fail.h
  1465. top_level.o: ./Instructions/cut.h
  1466. top_level.o: ./Instructions/proceed.h
  1467. top_level.o: ./Instructions/execute_proc.h
  1468. top_level.o: ./Instructions/execute_label.h
  1469. top_level.o: ./Instructions/call.h
  1470. top_level.o: ./Instructions/escape.h
  1471. top_level.o: ./Instructions/init.h
  1472. top_level.o: ./Instructions/get_variable_x.h
  1473. top_level.o: ./Instructions/get_variable_y.h
  1474. top_level.o: ./Instructions/get_value_x.h
  1475. top_level.o: ./Instructions/get_value_y.h
  1476. top_level.o: ./Instructions/get_constant.h
  1477. top_level.o: ./Instructions/get_nil.h
  1478. top_level.o: ./Instructions/get_structure.h
  1479. top_level.o: ./Instructions/get_list.h
  1480. top_level.o: ./Instructions/get_cdr_list.h
  1481. top_level.o: ./Instructions/get_cdr_list_write.h
  1482. top_level.o: ./Instructions/put_variable_x.h
  1483. top_level.o: ./Instructions/put_variable_y.h
  1484. top_level.o: ./Instructions/put_value_x.h
  1485. top_level.o: ./Instructions/put_value_y.h
  1486. top_level.o: ./Instructions/put_unsafe_value.h
  1487. top_level.o: ./Instructions/put_constant.h
  1488. top_level.o: ./Instructions/put_nil.h
  1489. top_level.o: ./Instructions/put_structure.h
  1490. top_level.o: ./Instructions/put_list.h
  1491. top_level.o: ./Instructions/unify_void.h
  1492. top_level.o: ./Instructions/unify_void_write.h
  1493. top_level.o: ./Instructions/unify_value_x.h
  1494. top_level.o: ./Instructions/unify_value_y.h
  1495. top_level.o: ./Instructions/unify_value_write_x.h
  1496. top_level.o: ./Instructions/unify_value_write_y.h
  1497. top_level.o: ./Instructions/unify_variable_x.h
  1498. top_level.o: ./Instructions/unify_variable_y.h
  1499. top_level.o: ./Instructions/unify_variable_write_x.h
  1500. top_level.o: ./Instructions/unify_variable_write_y.h
  1501. top_level.o: ./Instructions/unify_unsafe_value.h
  1502. top_level.o: ./Instructions/unify_unsafe_value_write.h
  1503. top_level.o: ./Instructions/unify_constant.h
  1504. top_level.o: ./Instructions/unify_constant_write.h
  1505. top_level.o: ./Instructions/unify_nil.h
  1506. top_level.o: ./Instructions/unify_nil_write.h
  1507. top_level.o: ./Instructions/halt.h
  1508. top_level.o: ./instructions.h
  1509. top_level.o: ./Instructions/switch_on_term.h
  1510. top_level.o: ./Instructions/switch_on_constant.h
  1511. top_level.o: ./Instructions/switch_on_structure.h
  1512. top_level.o: ./Instructions/try.h
  1513. top_level.o: ./Instructions/retry.h
  1514. top_level.o: ./Instructions/trust.h
  1515. top_level.o: ./Instructions/try_me_else.h
  1516. top_level.o: ./Instructions/retry_me_else.h
  1517. top_level.o: ./Instructions/trust_me_else.h
  1518. top_level.o: ./Instructions/fail.h
  1519. top_level.o: ./Instructions/cut.h
  1520. top_level.o: ./Instructions/proceed.h
  1521. top_level.o: ./Instructions/execute_proc.h
  1522. top_level.o: ./Instructions/execute_label.h
  1523. top_level.o: ./Instructions/call.h
  1524. top_level.o: ./Instructions/escape.h
  1525. top_level.o: ./Instructions/init.h
  1526. top_level.o: ./Instructions/get_variable_x.h
  1527. top_level.o: ./Instructions/get_variable_y.h
  1528. top_level.o: ./Instructions/get_value_x.h
  1529. top_level.o: ./Instructions/get_value_y.h
  1530. top_level.o: ./Instructions/get_constant.h
  1531. top_level.o: ./Instructions/get_nil.h
  1532. top_level.o: ./Instructions/get_structure.h
  1533. top_level.o: ./Instructions/get_list.h
  1534. top_level.o: ./Instructions/get_cdr_list.h
  1535. top_level.o: ./Instructions/get_cdr_list_write.h
  1536. top_level.o: ./Instructions/put_variable_x.h
  1537. top_level.o: ./Instructions/put_variable_y.h
  1538. top_level.o: ./Instructions/put_value_x.h
  1539. top_level.o: ./Instructions/put_value_y.h
  1540. top_level.o: ./Instructions/put_unsafe_value.h
  1541. top_level.o: ./Instructions/put_constant.h
  1542. top_level.o: ./Instructions/put_nil.h
  1543. top_level.o: ./Instructions/put_structure.h
  1544. top_level.o: ./Instructions/put_list.h
  1545. top_level.o: ./Instructions/unify_void.h
  1546. top_level.o: ./Instructions/unify_void_write.h
  1547. top_level.o: ./Instructions/unify_value_x.h
  1548. top_level.o: ./Instructions/unify_value_y.h
  1549. top_level.o: ./Instructions/unify_value_write_x.h
  1550. top_level.o: ./Instructions/unify_value_write_y.h
  1551. top_level.o: ./Instructions/unify_variable_x.h
  1552. top_level.o: ./Instructions/unify_variable_y.h
  1553. top_level.o: ./Instructions/unify_variable_write_x.h
  1554. top_level.o: ./Instructions/unify_variable_write_y.h
  1555. top_level.o: ./Instructions/unify_unsafe_value.h
  1556. top_level.o: ./Instructions/unify_unsafe_value_write.h
  1557. top_level.o: ./Instructions/unify_constant.h
  1558. top_level.o: ./Instructions/unify_constant_write.h
  1559. top_level.o: ./Instructions/unify_nil.h
  1560. top_level.o: ./Instructions/unify_nil_write.h
  1561. top_level.o: ./Instructions/halt.h
  1562. top_level.o: ./assembler.h
  1563. top_level.o: ./main.h
  1564. top_level.o: ./top_level.h
  1565. top_level.o: ./commands.h
  1566. top_level.o: ./Commands/xreg.h
  1567. top_level.o: ./Commands/yreg.h
  1568. top_level.o: ./Commands/step.h
  1569. top_level.o: ./Commands/next.h
  1570. top_level.o: ./Commands/run.h
  1571. top_level.o: ./Commands/trace.h
  1572. top_level.o: ./Commands/list.h
  1573. top_level.o: ./Commands/load.h
  1574. top_level.o: ./Commands/help.h
  1575. top_level.o: ./Commands/reg.h
  1576. top_level.o: ./Commands/reset.h
  1577. top_level.o: ./Commands/stop.h
  1578. top_level.o: ./Commands/cont.h
  1579. top_level.o: ./Commands/print.h
  1580. top_level.o: ./Commands/compile.h
  1581. top_level.o: ./Commands/status.h
  1582. top_level.o: ./Commands/breadth.h
  1583. top_level.o: ./Commands/depth.h
  1584. top_level.o: ./Commands/mem.h
  1585. top_level.o: ./Commands/env.h
  1586. top_level.o: ./Commands/cp.h
  1587. top_level.o: ./Commands/profile.h
  1588. top_level.o: ./Commands/argtypes.h
  1589. top_level.o: ./Commands/listproc.h
  1590. top_level.o: ./Commands/database.h
  1591. top_level.o: ./Commands/heap.h
  1592. top_level.o: ./Commands/table.h
  1593. top_level.o: ./Commands/heapusage.h
  1594. top_level.o: ./Commands/window.h
  1595. top_level.o: ./Commands/gc_data.h
  1596. top_level.o: ./Commands/echo.h
  1597. top_level.o: ./Commands/fast.h
  1598. top_level.o: ./Commands/strings.h
  1599. top_level.o: ./Commands/gc.h
  1600. top_level.o: ./Commands/gc_verbose.h
  1601. top_level.o: ./commands.h
  1602. top_level.o: ./Commands/xreg.h
  1603. top_level.o: ./Commands/yreg.h
  1604. top_level.o: ./Commands/step.h
  1605. top_level.o: ./Commands/next.h
  1606. top_level.o: ./Commands/run.h
  1607. top_level.o: ./Commands/trace.h
  1608. top_level.o: ./Commands/list.h
  1609. top_level.o: ./Commands/load.h
  1610. top_level.o: ./Commands/help.h
  1611. top_level.o: ./Commands/reg.h
  1612. top_level.o: ./Commands/reset.h
  1613. top_level.o: ./Commands/stop.h
  1614. top_level.o: ./Commands/cont.h
  1615. top_level.o: ./Commands/print.h
  1616. top_level.o: ./Commands/compile.h
  1617. top_level.o: ./Commands/status.h
  1618. top_level.o: ./Commands/breadth.h
  1619. top_level.o: ./Commands/depth.h
  1620. top_level.o: ./Commands/mem.h
  1621. top_level.o: ./Commands/env.h
  1622. top_level.o: ./Commands/cp.h
  1623. top_level.o: ./Commands/profile.h
  1624. top_level.o: ./Commands/argtypes.h
  1625. top_level.o: ./Commands/listproc.h
  1626. top_level.o: ./Commands/database.h
  1627. top_level.o: ./Commands/heap.h
  1628. top_level.o: ./Commands/table.h
  1629. top_level.o: ./Commands/heapusage.h
  1630. top_level.o: ./Commands/window.h
  1631. top_level.o: ./Commands/gc_data.h
  1632. top_level.o: ./Commands/echo.h
  1633. top_level.o: ./Commands/fast.h
  1634. top_level.o: ./Commands/strings.h
  1635. top_level.o: ./Commands/gc.h
  1636. top_level.o: ./Commands/gc_verbose.h
  1637. top_level.o: ./basics.h
  1638. top_level.o: ./control.h
  1639. top_level.o: ./compile.h
  1640. top_level.o: ./arg_types.h
  1641. top_level.o: ./commands.h
  1642. top_level.o: ./Commands/xreg.h
  1643. top_level.o: ./Commands/yreg.h
  1644. top_level.o: ./Commands/step.h
  1645. top_level.o: ./Commands/next.h
  1646. top_level.o: ./Commands/run.h
  1647. top_level.o: ./Commands/trace.h
  1648. top_level.o: ./Commands/list.h
  1649. top_level.o: ./Commands/load.h
  1650. top_level.o: ./Commands/help.h
  1651. top_level.o: ./Commands/reg.h
  1652. top_level.o: ./Commands/reset.h
  1653. top_level.o: ./Commands/stop.h
  1654. top_level.o: ./Commands/cont.h
  1655. top_level.o: ./Commands/print.h
  1656. top_level.o: ./Commands/compile.h
  1657. top_level.o: ./Commands/status.h
  1658. top_level.o: ./Commands/breadth.h
  1659. top_level.o: ./Commands/depth.h
  1660. top_level.o: ./Commands/mem.h
  1661. top_level.o: ./Commands/env.h
  1662. top_level.o: ./Commands/cp.h
  1663. top_level.o: ./Commands/profile.h
  1664. top_level.o: ./Commands/argtypes.h
  1665. top_level.o: ./Commands/listproc.h
  1666. top_level.o: ./Commands/database.h
  1667. top_level.o: ./Commands/heap.h
  1668. top_level.o: ./Commands/table.h
  1669. top_level.o: ./Commands/heapusage.h
  1670. top_level.o: ./Commands/window.h
  1671. top_level.o: ./Commands/gc_data.h
  1672. top_level.o: ./Commands/echo.h
  1673. top_level.o: ./Commands/fast.h
  1674. top_level.o: ./Commands/strings.h
  1675. top_level.o: ./Commands/gc.h
  1676. top_level.o: ./Commands/gc_verbose.h
  1677. top_level.o: ./memory_sizes.h
  1678. top_level.o: ./commands.h
  1679. top_level.o: ./Commands/xreg.h
  1680. top_level.o: ./Commands/yreg.h
  1681. top_level.o: ./Commands/step.h
  1682. top_level.o: ./Commands/next.h
  1683. top_level.o: ./Commands/run.h
  1684. top_level.o: ./Commands/trace.h
  1685. top_level.o: ./Commands/list.h
  1686. top_level.o: ./Commands/load.h
  1687. top_level.o: ./Commands/help.h
  1688. top_level.o: ./Commands/reg.h
  1689. top_level.o: ./Commands/reset.h
  1690. top_level.o: ./Commands/stop.h
  1691. top_level.o: ./Commands/cont.h
  1692. top_level.o: ./Commands/print.h
  1693. top_level.o: ./Commands/compile.h
  1694. top_level.o: ./Commands/status.h
  1695. top_level.o: ./Commands/breadth.h
  1696. top_level.o: ./Commands/depth.h
  1697. top_level.o: ./Commands/mem.h
  1698. top_level.o: ./Commands/env.h
  1699. top_level.o: ./Commands/cp.h
  1700. top_level.o: ./Commands/profile.h
  1701. top_level.o: ./Commands/argtypes.h
  1702. top_level.o: ./Commands/listproc.h
  1703. top_level.o: ./Commands/database.h
  1704. top_level.o: ./Commands/heap.h
  1705. top_level.o: ./Commands/table.h
  1706. top_level.o: ./Commands/heapusage.h
  1707. top_level.o: ./Commands/window.h
  1708. top_level.o: ./Commands/gc_data.h
  1709. top_level.o: ./Commands/echo.h
  1710. top_level.o: ./Commands/fast.h
  1711. top_level.o: ./Commands/strings.h
  1712. top_level.o: ./Commands/gc.h
  1713. top_level.o: ./Commands/gc_verbose.h
  1714.